ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class

In This Topic
ItemCollection<T> Class Methods
In This Topic

For a list of all members of this type, see ItemCollection<T> members.

Public Methods
 NameDescription
Public MethodAdds a T object to the ItemCollection<T>.  
Public MethodAdds a collection of T objects to the existing ItemCollection<T>.  
Public MethodRemoves all items from the ItemCollection<T>.  
Public MethodGets a value indicating whether the ItemCollection<T> contains the specified T.  
Public MethodCopies the objects in the ItemCollection<T> to a T array, starting at the specified array index.  
Public MethodDetermines the index of a specific T object in the ItemCollection<T>.  
Public MethodInserts a new T into the ItemCollection<T> at the specified location.  
Public MethodRemoves the specified T object from the ItemCollection<T>.  
Public MethodRemoves a T object from the ItemCollection<T> at the specified index.  
Public MethodCopies the elements of the ItemCollection<T> to a new array.  
Top
See Also